FaceGaze: Remove gravity wells logic and feature flag Gravity wells was an experimental solution to make it easier to click on items with FaceGaze. However, the approach was never fully fleshed out and causes smoothness issues in practice. As a result, the team has decided to forgo this approach in favor of precision click, which is being implemented in another chain of CLs. Bug: 309121742 Change-Id: Idae7ee7f9a20f950488e87b9ce410bb628cc33e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6019148 Reviewed-by: Tim <tjudkins@chromium.org> Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by: Amanda Lin Dietz <aldietz@google.com> Cr-Commit-Position: refs/heads/main@{#1383035} NOKEYCHECK=True GitOrigin-RevId: a68c74e986bde8898fe4f62de7f3ee49542e8975 
diff --git a/accessibility_private.js b/accessibility_private.js index df9c2ca..7340293 100644 --- a/accessibility_private.js +++ b/accessibility_private.js 
@@ -281,7 +281,6 @@  DICTATION_CONTEXT_CHECKING: 'dictationContextChecking',  FACE_GAZE: 'faceGaze',  GOOGLE_TTS_HIGH_QUALITY_VOICES: 'googleTtsHighQualityVoices', - FACE_GAZE_GRAVITY_WELLS: 'faceGazeGravityWells',  };    /** @@ -617,8 +616,7 @@  * should occur if the key event should be held. Otherwise, the key event  * should not repeat.  */ -chrome.accessibilityPrivate.sendSyntheticKeyEvent = function( - keyEvent, useRewriters, isRepeat) {}; +chrome.accessibilityPrivate.sendSyntheticKeyEvent = function(keyEvent, useRewriters, isRepeat) {};    /**  * Enables or disables mouse events in accessibility extensions